home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / cellcont / data1.cab / DELPHIDM / UFormula.dfm / UFormula.txt
Encoding:
Text File  |  1998-11-20  |  1.9 KB  |  56 lines

  1. inherited FFormula: TFFormula
  2.   Left = 120
  3.   Top = 105
  4.   Caption = 'Formula'
  5.   OnShow = FormShow
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited Panel1: TPanel
  9.     inherited Cell1: TCell
  10.       ControlData = {
  11.         00000100D8380000BE130000000000000A000000010101010101000101001400
  12.         00002020}
  13.     end
  14.   end
  15.   inherited Panel2: TPanel
  16.     inherited RichEdit1: TRichEdit
  17.       Top = 40
  18.       Height = 81
  19.       Lines.Strings = (
  20.         'The orange cell is the calculate answer cell.'
  21.         'When you change the value before this cell,'
  22.         'it will changed with your change. And the '
  23.         'function can be defined yourself.')
  24.     end
  25.     object BitBtn2: TBitBtn
  26.       Left = 440
  27.       Top = 40
  28.       Width = 105
  29.       Height = 33
  30.       Caption = '&About'
  31.       Font.Charset = DEFAULT_CHARSET
  32.       Font.Color = clWindowText
  33.       Font.Height = -16
  34.       Font.Name = 'MS Sans Serif'
  35.       Font.Style = []
  36.       ParentFont = False
  37.       TabOrder = 2
  38.       OnClick = BitBtn2Click
  39.       Glyph.Data = {
  40.         76010000424D7601000000000000760000002800000020000000100000000100
  41.         0400000000000001000000000000000000001000000010000000000000000000
  42.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  43.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  44.         333333333333FF3333333333333C0C333333333333F777F3333333333CC0F0C3
  45.         333333333777377F33333333C30F0F0C333333337F737377F333333C00FFF0F0
  46.         C33333F7773337377F333CC0FFFFFF0F0C3337773F33337377F3C30F0FFFFFF0
  47.         F0C37F7373F33337377F00FFF0FFFFFF0F0C7733373F333373770FFFFF0FFFFF
  48.         F0F073F33373F333373730FFFFF0FFFFFF03373F33373F333F73330FFFFF0FFF
  49.         00333373F33373FF77333330FFFFF000333333373F333777333333330FFF0333
  50.         3333333373FF7333333333333000333333333333377733333333333333333333
  51.         3333333333333333333333333333333333333333333333333333}
  52.       NumGlyphs = 2
  53.     end
  54.   end
  55. end
  56.